knitr::opts_chunk$set(echo = TRUE)
CONAPO
INEGI
Registered births by state
Write correctly the specifications used to retrieve the data from the INEGI site
Two data sets of CONAPO
Interstate migration
International migration
All datasets share the same state and sex names.
Their names were written in English.
Each state name has a unique Geographical code (CVE_GEO)
All datasets were converted to a long format
The original data of CONAPO has the number of births by age group, for every year and state
The
Converted to
Both datasetes were expanded by year and age
Once they
The NA's present in death_rate
were replaced by 0.
df_mortrate_state_age_sex
base datasetAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.